projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3198b7d
)
Update Android port
author
Po Lu
<luangruo@yahoo.com>
Sat, 6 May 2023 12:32:08 +0000
(20:32 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sat, 6 May 2023 12:34:01 +0000
(20:34 +0800)
* configure.ac (LIBGMP_CFLAGS): Avoid non portable test
expression.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 750220b51292e11a6e931b72c5d1acc24ab595df..832e5a6bafd5279d680ae3c9d7ed5f1bc20a5ab0 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-7261,7
+7261,7
@@
LIBS=$SAVE_LIBS
# Set up libgmp on Android. Make sure to override what gnulib has
# found.
LIBGMP_CFLAGS=
-if test "$REALLY_ANDROID" =
=
"yes" && test "$with_libgmp" != "no"; then
+if test "$REALLY_ANDROID" = "yes" && test "$with_libgmp" != "no"; then
HAVE_LIBGMP=no
ndk_SEARCH_MODULE([libgmp], [LIBGMP], [HAVE_LIBGMP=yes])